ServiceReplyToAll Method (ReplyAllItem) |
Sends reply message to all recipients.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ItemInfoResponse ReplyToAll(
ReplyAllItem replyAllItem
)
Public Function ReplyToAll (
replyAllItem As ReplyAllItem
) As ItemInfoResponse
Parameters
- replyAllItem
- Type: Independentsoft.ExchangeReplyAllItem
The reply all item.
Return Value
Type:
ItemInfoResponseItemInfoResponse.
See Also